Add some EXEEXT decorations back
authorMatthias Clasen <mclasen@redhat.com>
Fri, 13 Jun 2014 18:03:52 +0000 (14:03 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 13 Jun 2014 18:03:52 +0000 (14:03 -0400)
Might fix
https://bugzilla.gnome.org/show_bug.cgi?id=731602

util/Makefile.am

index f0798000788df3a31d46a328c609fe9c7233c3d4..887faa93f5b0930bd85151c34f5ac7b87b083026 100644 (file)
@@ -4,7 +4,7 @@ extract_strings_cppflags =
 extract_strings_cflags = $(GLIB_CFLAGS_FOR_BUILD)
 extract_strings_ldadd = $(GLIB_LIBS_FOR_BUILD)
 
-extract-strings: $(extract_strings_sources)
+extract-strings$(EXEEXT): $(extract_strings_sources)
        @rm -f extract-strings
        $(AM_V_CCLD)$(CC_FOR_BUILD) $(extract_strings_cppflags) $(CPPFLAGS_FOR_BUILD) $(extract_strings_cflags) $(CFLAGS_FOR_BUILD) $^ $(LDFLAGS_FOR_BUILD) $(extract_strings_ldadd) $(LIBS_FOR_BUILD) -o $@